home *** CD-ROM | disk | FTP | other *** search
/ Die Ultimative Software-P…i Collection 1996 & 1997 / Die Ultimative Software-Pakete CD-ROM fur Atari Collection 1996 & 1997.iso / p / portfoli / dfue / ft / ft2.bat < prev    next >
Encoding:
DOS Batch File  |  1996-10-30  |  322 b   |  15 lines

  1. @echo OFF
  2. PRN-LPT2
  3. FT %1 %2 %3 %4
  4. PRN-LPT1
  5. if errorlevel 2 goto failed
  6. if errorlevel 1 goto half
  7. echo File Transfer erfolgreich
  8. goto quit
  9. :HALF
  10. echo Warnung: Es wurden nicht alle Dateien erfolgreich übertragen
  11. goto quit
  12. :FAILED
  13. echo File Transfer nicht erfolgreich. Es wurden keine Dateien übertragen.
  14. :QUIT
  15.